body, html{
	margin: 0px;
	padding: 0;
	box-sizing: border-box;
	}

/*Navigace*/
nav {
	background: YellowGreen;
	margin: 0px auto;
	display: block;
}
nav ul {
	width: 900px;
	margin: 0px auto;
}

nav ul li {
	width: 120px;
	list-style-type: none;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}

nav ul li a {
	color: white;
	text-decoration: none;
}

nav ul li a:hover {
	border-bottom: 2px solid White;
}
.tanmania {
	background: olivedrab;
	padding-bottom: 30px;
}
.tanmania img{
	display: block;
    margin: 0px auto;
    position: relative;
    top: 10px;
    width: 70%;
}
.icon img {
	width: 100px;
	position: absolute;
	top: 100px;
	right: 1353px;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
h1 {
	color: DarkOliveGreen;
	font-size: 30px;
	display: block;
	margin: 0px auto;
	text-align: center;
	text-shadow: 2px 2px 50px gray;
    background: WhiteSmoke;
	padding-top: 15px;
	padding-bottom: 15px;
}

h2 {color: gray;
	font: sans-serif;
	text-align: center;
}
h3 {color: #336600;
	font: sans-serif; 
	font-size: 24px; 
	line-height: 0;
    font-style: italic;
    letter-spacing: 0.071em;
    padding-left: 0px;
    text-align: center;
}
h4 {color: olivedrab;
	padding-left: 20px;
	padding-bottom: 10px;
	text-shadow: 2px 2px 10px grey;
	font-size: 22px;
	text-align: center;
}
a { color: peru;}

.stin {box-shadow: 5px 5px 20px black;}

.podtrzeni {
	display: block;
	font-size: 45px;
	font-weight: bold;
	line-height: black;
	color: darkcyan;
	text-align: center;
}
main div a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: goldenrod;
	font-size: 40px;
}
main div a:hover {
	color: DarkGoldenrod;
}

